
footer {
    padding: 120px 0 100px;
    background: #01b2b3;
  }
  footer .foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 100px;
    color: #fff;
  }
  footer .foot.foot2 {
    margin-bottom: 0;
  }
  footer .foot .left {
    width: 50%;
  }
  footer .foot .left .p1 {
    font-size: 24px;
    padding-left: 60px;
    position: relative;
    margin-bottom: 15px;
  }
  footer .foot .left .p1:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
  }
  footer .foot .left h2 {
    font-family: 'hs-b';
    text-transform: uppercase;
    position: relative;
    font-size: 68px;
  }
  footer .foot .left h2 i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
  }
  footer .foot .left h3 {
    font-size: 20px;
    margin: 40px 0 0px;
  }
  footer .foot .left .lxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    font-size: 22px;
    font-family: 'hs-m';
  }
  footer .foot .left .lxs span {
    /*padding-left: 35px;*/
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 5%;
  }
  footer .foot .left .lxs span:hover {
    color: #fff;
  }
  /*footer .foot .left .lxs span.s1 {*/
  /*  background-image: url(../images/dh.png);*/
  /*}*/
  /*footer .foot .left .lxs span.s2 {*/
  /*  background-image: url(../images/sj.png);*/
  /*}*/
  /*footer .foot .left .lxs span.s3 {*/
  /*  background-image: url(../images/yx.png);*/
  /*}*/
  footer .foot .left .lxs span.s4 {
    margin-top: 20px;
    margin-right: 0;
    width: 100%;
    /*background-image: url(../images/dz2.png);*/
    font-size: 18px;
  }
  footer .foot .right {
    width: 45%;
  }
  footer .foot .right .footer_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 35px;
  }
  footer .foot .right .footer_form input {
    width: calc(100% - 150px);
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    background: #63d1d2;
    padding: 0 20px;
    color: #fff;
  }
  footer .foot .right .footer_form input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
  }
  footer .foot .right .footer_form input::-moz-placeholder {
    color: #fff;
    font-size: 16px;
  }
  footer .foot .right .footer_form input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
  }
  footer .foot .right .footer_form a {
    width: 150px;
    text-align: center;
    background: #fff;
    color: #01b2b3;
    font-size: 18px;
    height: 80px;
    line-height: 80px;
  }
  footer .foot .right h3 {
    font-size: 22px;
    margin-top: 25px;
    opacity: .8;
  }
  footer .foot .right .bshare-custom {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  footer .foot .right .bshare-custom a {
    width: 40px;
    height: 40px;
    padding: 0;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  footer .foot .right .bshare-custom a.bshare-weixin {
    background-image: url(../images/wx.png);
  }
  footer .foot .right .bshare-custom a.bshare-qqim {
    background-image: url(../images/qq.png);
  }
  footer .foot .right .bshare-custom a.bshare-twitter {
    background-image: url(../images/twi.png);
  }
  footer .foot .right .bshare-custom a.bshare-facebook {
    background-image: url(../images/fa.png);
  }
  footer .foot .right .bshare-custom a.bshare-linkedin {
    background-image: url(../images/link.png);
  }
  footer .foot .right .bshare-custom a:hover {
    opacity: 1;
  }
  footer .foot .right .copyright {
    font-size: 18px;
    text-align: right;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
flex-wrap: wrap;
justify-content: end;
  }
  footer .foot .right .copyright a {
    color: rgba(255, 255, 255, 0.7);
  }
  footer .foot .right .copyright a:hover {
    color: #fff;
  }
  @media (max-width: 1680px) {
    footer .foot .left h2 {
      font-size: 58px;
    }
  }
  @media (max-width: 1500px) {
    footer .foot .left h2 {
      font-size: 50px;
    }
  }
  @media (max-width: 1366px) {
    footer .foot .left h2 {
      font-size: 36px;
    }
    footer .foot .left .p1 {
      font-size: 20px;
      margin-bottom: 5px;
    }
    footer .foot .right .footer_form {
      margin-top: 15px;
      height: 60px;
    }
    footer .foot .right .footer_form input,
    footer .foot .right .footer_form a {
      height: 60px;
      line-height: 60px;
    }
    footer .foot .right h3 {
      margin-top: 15px;
      font-size: 20px;
    }
    footer .foot .left h3 {
      font-size: 18px;
    }
    footer .foot .right .copyright {
      font-size: 14px;
    }
    footer .foot .right {
      width: 48%;
    }
    footer {
      padding: 60px 0;
    }
    footer .foot {
      margin-bottom: 30px;
    }
    footer .foot .left .lxs {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      font-size: 16px;
    }
    footer .foot .left .lxs span {
      margin-right: 0;
    }
    footer .foot .left .lxs span.s4{
      font-size: 14px;
    }

  }
  @media (max-width: 990px) {
    footer {
      padding: 40px 0;
    }
    footer .foot {
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
    }
    footer .foot .left,
    footer .foot .right {
      width: 100%;
    }
    footer .foot .left .p1 {
      font-size: 20px;
      padding-left: 30px;
      display: none;
    }
    footer .foot .left .p1:before {
      width: 20px;
    }
    footer .foot .left h2 {
      font-size: 24px;
      display: none;
    }
    footer .foot .left h3 {
      margin: 0px 0;
    }
    footer .foot .left .lxs span {
      margin-bottom: 10px;
      padding-left: 25px;
      font-size: 12px;
    }
    footer .foot .left .lxs span.s4 {
      margin-top: 0px;
    }
    footer .foot .right {
      margin: 0px 0;
    }
    footer .foot .right .footer_form {
      height: 60px;
    }
    footer .foot .right .footer_form a {
      width: 120px;
    }
    footer .foot .right .footer_form input {
      width: calc(100% - 120px);
      padding: 0 15px;
      font-size: 15px;
    }
    footer .foot .right .footer_form input,
    footer .foot .right .footer_form a {
      height: 50px;
      line-height: 50px;
    }
    footer .foot .right h3 {
      margin-top: 15px;
      margin-bottom: 20px;
      font-size: 16px;
    }
    footer .foot .right .bshare-custom {
      margin: 0px 0 10px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
    }
    footer .foot .right .copyright {
      text-align: center;
    }
    footer .foot .right .bshare-custom a{
      width: 25px;
      height: 25px;
    }
    footer .foot .left .lxs span.s4{font-size: 12px;}
    footer .foot{
      margin-bottom: 15px;
    }
  }